github.com/andybalholm/brotli/flate.gzipEncoder.length (field)

4 uses

	github.com/andybalholm/brotli/flate (current package)
		gzip.go#L18: 	length      uint32
		gzip.go#L25: 	g.length = 0
		gzip.go#L56: 	g.length += uint32(len(src))
		gzip.go#L61: 		dst = appendUint32(dst, g.length)